home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / eTAudio.subproj / English.lproj / eTAudioUI.nib / data.classes next >
Encoding:
Text File  |  1994-07-24  |  451 b   |  36 lines

  1. MySoundView = {
  2.     SUPERCLASS = SoundView;
  3. };
  4. eTAudioUI = {
  5.     ACTIONS = {
  6.     play:;
  7.     record:;
  8.     stop:;
  9.     erase:;
  10.     pause:;
  11.     editName:;
  12.     };
  13.     OUTLETS = {
  14.     stopButton;
  15.     audioPanel;
  16.     playButton;
  17.     soundView;
  18.     nameField;
  19.     etAudio;
  20.     audioView;
  21.     pauseButton;
  22.     soundMeter;
  23.     eraseButton;
  24.     recordButton;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. eTSoundMeter = {
  29.     SUPERCLASS = SoundMeter;
  30. };
  31. FirstResponder = {
  32.     ACTIONS = {
  33.     };
  34.     SUPERCLASS = Object;
  35. };
  36.